www.gusucode.com > VC++ douglas道格拉斯算法示例-源码程序 > VC++ douglas道格拉斯算法示例-源码程序/code/MyPoint.cpp

    #include "stdafx.h"
#include "MyPoint.h"
// Download by http://www.NewXing.com
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif


CMyPoint::CMyPoint()
{

}

CMyPoint::~CMyPoint()
{

}